body {
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

@media only screen and (max-width:992px) {
	body.on {
		transform: translateX(-60%);
		-webkit-transform: translateX(-60%);
		-moz-transform: translateX(-60%);
		-ms-transform: translateX(-60%);
		-o-transform: translateX(-60%);
	}
}

@media only screen and (max-width:992px) {
	.sj_bj {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		z-index: 99999;
		display: none;
	}
}

.header {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px #aaa;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

/*.header .container {
	position: relative;
}*/

.header .logo {
	width: 360px;
	float: left;
	margin: 21px 0;
}

.header .logo img ,.header .certificate img{
	width: 100%;
	height: auto;
	display: block;
}
.header .certificate{
	height: 100px;
	float: left;
}


.header .l_m {
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 42px;
}

.header .l_m img {
	max-width: 100%;
}

.header .dt {
	float: left;
}
.header .dt:nth-child(1),.header .dt:nth-child(2) {
	margin-right: 10px;
}
.header .dt img {
	width: 14px;
}

.header .hy img {
	width: 18px;
}

.header .sy img {
	width: 16px;
}

.header .dt a {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.header .dt em {
	padding-right: 5px;
}

.header .hy {
	float: left;
	margin-left: 20px;
}

.header .hy a {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.header .hy em {
	padding-right: 5px;
}

.header .sy {
	float: left;
	margin-left: 20px;
}

.header .sy a {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.header .sy em {
	padding-right: 5px;
}

.header .dt a img,
.header .hy a img,
.header .sy a img {
	margin-right: 5px;
}

.header .search {
	width: 140px;
	margin-top: 8px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #e7e7e7;
	float: left;
	margin-left: 20px;
}

.header .search input {
	width: 96px;
	height: 24px;
	padding: 0 4px;
	float: left;
	font-size: 12px;
	color: #555;
	border: 0;
}

.header .search button {
	width: 25px;
	float: right;
	text-align: center;
	color: #3057a4;
	line-height: 22px;
	border: 0;
}

.header .an {
	position: absolute;
	top: 50%;
	right: 15px;
	height: 18px;
	width: 24px;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .an i {
	position: absolute;
	right: 30px;
	width: 36px;
	display: block;
}

.header .an i.g {
	display: none;
}

.header .an.n i {
	display: none;
}

.header .an.n i.g {
	display: block;
}

.header .an span {
	width: 24px;
	height: 2px;
	background-color: #555;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 8px;
	left: 0;
}

.header .an span.a3 {
	top: 16px;
	left: 0;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 8px;
	width: 24px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 8px;
	width: 24px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.header .nav {
	float: right;
	margin-top: 42px;
}

.header .nav i {
	font-size: 12px;
	color: #aaa;
	line-height: 34px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 34px;
	padding-right: 15px;
	right: 0;
	top: 54%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .nav ul li {
	height: 60px;
	margin: 0 20px;
	line-height: 60px;
	float: left;
	position: relative;
}

.header .nav ul li a.o_lm {
	display: block;
	font-size: 15px;
}

.header .dt a {
	color: #aaa;
}

.header .hy a {
	color: #aaa;
}

.header .sy a {
	color: #aaa;
}

.header .nav ul li:hover a.o_lm {
	color: #3057a4;
}

.header .nav ul li.on a.o_lm {
	color: #3057a4;
}

.header .nav ul li:last-child {
	margin: 0 0 0 20px;
}

.header .nav .y_j {
	position: relative;
}

.header .nav .e_j {
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 5px #aaa;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: none;
	z-index: 9999;
}

.header .nav ul li:hover .e_j {
	display: block;
}

.header .nav .e_j .e_lm {
	position: relative;
}

.header .nav .e_j .e_lm a {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}

.header .nav .e_j .e_lm:hover a {
	background-color: #3057a4;
	color: #fff;
}

.header .nav .e_j .e_lm em {
	font-size: 12px;
	color: #aaa;
	line-height: 36px;
	text-align: right;
	position: absolute;
	height: 36px;
	right: 15px;
	top: 0;
	z-index: 999;
	display: block;
}

.header .nav .e_j .e_lm:hover em {
	color: #fff;
}

.header .nav .e_j .s_j {
	width: 120px;
	border-left: 1px solid #fff;
	background-color: #f7f7f7;
	position: absolute;
	top: 0;
	right: -100%;
	display: none;
}

.header .nav .e_j .e_lm:hover .s_j {
	display: block;
}

.header .nav .e_j .e_lm:hover .s_j a {
	background-color: #f7f7f7;
	color: #555;
}

.header .nav .e_j .e_lm:hover .s_j a:hover {
	background-color: #3057a4;
	color: #fff;
}

.header .nav ul li span {
	width: 0;
	height: 2px;
	background-color: #3057a4;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
	width: 100%;
}

.header .nav ul li.on span {
	width: 100%;
}
.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999;
    display: none;
    }
    .e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}
@media (min-width:992px) {
	.header .logo {
		width: 300px;
		margin: 30px 0 0;
	}
	.header .nav ul li {
		margin: 0 10px;
	}
	.header .nav ul li:last-child {
		margin: 0 0 0 10px;
	}
	.header .nav ul li a {
		font-size: 14px;
	}
	.header .nav .e_j {
		display: none !important;
	}
	.header .nav ul li:hover .e_j {
		display: block !important;
	}
	.header .nav .e_j .s_j {
		display: none !important;
	}
	.header .nav .e_j .e_lm:hover .s_j {
		display: block !important;
	}
}

@media (min-width:1200px) {
	.header .logo {
		width: 450px;
		margin-top: 15px;
	}
	.header .nav ul li {
		margin: 0 20px;
	}
	.header .nav ul li:last-child {
		margin: 0 0 0 20px;
	}
	.header .nav ul li a {
		font-size: 16px;
	}
}

@media only screen and (max-width:992px) {
	.header .logo {
		width: 230px;
		margin: 15px 0;
	}
	.header .l_m {
		position: relative;
		top: auto;
		right: auto;
		line-height: 34px;
		margin-top: 10px;
	}
	.header .dt {
		float: none;
	}
	.header .hy {
		float: none;
		margin-left: 0;
	}
	.header .sy {
		float: none;
		margin-left: 0;
	}
	.header .search {
		width: 100%;
		margin-top: 10px;
		height: 36px;
		line-height: 36px;
		margin-left: 0;
	}
	.header .search input {
		width: 80%;
		height: 36px;
		font-size: 14px;
		color: #fff;
	}
	.header .search button {
		width: 16%;
		font-size: 14px;
	}
	.header .an {
		display: block;
	}
	.header .nav {
		width: 60%;
		margin: 0;
		padding: 15px 5%;
		background-color: #000;
		height: 100%;
		position: fixed;
		top: 0;
		left: -60%;
		z-index: 9999;
		overflow: auto;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}
	.header .nav.on {
		left: 0;
	}
	.header .nav i {
		display: block;
	}
	.header .nav ul li {
		width: 100%;
		height: auto;
		line-height: 50px;
		text-align: left;
		border-bottom: 1px solid #444;
		float: none;
		margin: 0;
	}
	.header .nav ul li:last-child {
		margin: 0;
	}
	.header .nav ul li a.o_lm {
		color: #aaa;
		font-size: 14px;
	}
	.header .nav ul li:hover a.o_lm {
		background: none;
	}
	.header .nav .e_j {
		width: 100%;
		background: none;
		border: 0;
		position: relative;
		left: auto;
		margin-left: 0;
		display: none;
		padding-bottom: 10px;
	}
	.header .nav ul li:hover .e_j {
		display: none;
	}
	.header .nav .e_j .e_lm a {
		border-top: 0;
		font-size: 12px;
		text-align: left;
		color: #aaa;
		line-height: 32px;
	}
	.header .nav .e_j .e_lm:hover a {
		background: none;
	}
	.header .nav .e_j .e_lm em {
		color: #ddd;
		line-height: 32px;
		text-align: right;
		width: 50%;
		height: 32px;
	}
	.header .nav .e_j .e_lm:hover em {
		color: #fff;
	}
	.header .nav .e_j .s_j {
		width: 100%;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
		border-left: 0;
		background: none;
		position: relative;
		display: none;
		top: auto;
		right: auto;
		margin-bottom: 10px;
	}
	.header .nav .e_j .e_lm:hover .s_j {
		display: none;
	}
	.header .nav .e_j .e_lm:hover .s_j a {
		background: none;
		color: #aaa;
	}
	.header .nav .e_j .e_lm:hover .s_j a:hover {
		background: none;
	}
	.header .nav ul li:hover span {
		width: 0;
	}
	.header .nav ul li.on span {
		width: 0;
	}
}

.head_h {
	width: 100%;
	height: 102px;
	background-color: #fff;
	overflow: hidden;
}

@media only screen and (max-width:992px) {
	.head_h {
		display: block;
		height: 68px;
	}
}

	
/*banner*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	width: auto;
}

/*about us*/
.part-3{
	margin-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}

.aboutleft{
	width: 40%;
	margin-right: 4%;
	float: left;
}
.aboutright{
	width: 56%;
	float: right;
	font-size: 16px;
}
.aboutleft img{
	width: 100%;
}
.part-3 h1,.part-6 h1,.part-7 h1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.part-3 .part3-item,.part-6 .part6-item,.index-contact .contact-item{
	font-size: 40px;
	color: rgba(204,204,204,0.9);
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.part-3>.col-md-6>img{
	margin:auto 0;
	width: 100%;
}

/*products*/

.part-4{
	background: #3057a4;
	padding: 60px 0 70px;
}
.part-4 h1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.part-4 .part4-item{
	font-size: 40px;
	color: rgba(204,204,204,0.9);
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}
.pro-class{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	color: #b3e1f8;
}
.pro-class a{
	color: #b3e1f8;
}
.pro-class a:hover{
	color: #F0851A;
}
.part-4 ul li{
	width: 500px;
	 overflow: hidden;  
}

.part-4 ul li a:hover img{
	 z-index: 0;
	 transform: scale(1.2);  
}
.part-4 ul li div{
	position: relative;
	height: 80px;
	font-size: 25px;
	padding: 20px;
	z-index: 66;
}
.part-4 ul li div span{
	display: block;
    width: 40px;
    height: 2px;
    background-color: #f89304;
    margin: 15px auto 0;
    transition: all 0.5s;
}
.part-4 ul li a:hover div{
	background: #f89304 !important;
	color: #fff;
}
.part-4 ul li a:hover div span{
	background-color: #fff;
}
.part-4 .bx-wrapper .bx-pager{
	width: 100%;
	bottom: -40px;
}

/*application*/
.part-5{
	padding: 60px 0 60px;
	overflow: hidden;
}
.part-5 h1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.part-5 .part5-item{
	font-size: 40px;
	color: rgba(204,204,204,0.9);
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.part-5 ul{
	margin-top: 20px;
}
.part-5 ul li{
	width: 24%;
	height: auto;
	float: left;
	margin-right: 1%;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}
.part-5 ul li:nth-child(4n){margin-right: 0;}
.part-5 ul li img{width: 100%;}
.banner_boxMask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(51,51,51,0.0);
    font-size: 20px;
    color: #3057a4;
    font-weight: lighter;
    z-index: 10;
    transition: all 0.5s;
}
.banner_boxMask div {
	font-size: 60px;
    margin: 70px 0 20px;
    transition: all 0.5s;
}
.banner_boxText {
    width: 100%;
    height: auto;
    background-color: #3057a4;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: -112px;
    z-index: 20;
    transition: all 0.5s;
    text-align: justify;
    color: #fff;
    line-height: 18px;
}
.banner_boxText p{
	max-height: 72px;
	overflow: hidden;
}
.banner_box:hover .banner_boxMask{
	background-color: rgba(51,51,51,0.4);
	color: #fff;
}
.index_banner ul li:nth-of-type(2) .banner_box:hover .banner_boxMask{
	background-color: rgba(0,21,80,0.3);
}
.banner_box:hover .banner_boxMask div{
	margin: 60px 0 30px;
}
.banner_box:hover .banner_boxText{
	top: auto;
	bottom: 0;
}
.part-5 ul li .banner_box {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    /*background-color: rgba(51,51,510.8);*/
}
/*projects*/
.projects-title{
	background: url(../img/projects2.jpg) no-repeat center;
	width: 100%;
	height: 598px;
	margin-bottom: 60px;
}
	.projects-title h1{
		display: none;
	}
	.project-item{
	display: none;
	}
.projects-right{
	margin-top: 70px;
	color: #fff;
	padding-left:40px;
	text-align: justify;
}
.projects-right ul li{
	width: 165px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.projects-right ul li img{
	border: 1px solid #ccc;
}
.projects-right ul li:nth-child(3n){
	margin-right: 0;
}
.projects-right ul li p{
	text-align: center;	
	margin-top: -10px;
}
/*projects*/
.part-6{
	width: 100%;
	height: auto;
	padding: 70px 0;
	background: #f2f2f2;
	overflow: hidden;
}
.part-6 ul{
	width: 1400px; text-align: center; margin: 0 auto;
}
.part-6 ul li{
	float: left;
	margin:0 10px 5px 0;
	width: 32%;
	margin-right: 1%;
}
.part-6 ul li:nth-child(3n){
	margin-right: 0;
}
.part-6 ul li img{
	width: 100%;
}
/*news*/
.part7-bg{
		background: url(../img/newsbg.jpg) no-repeat;
	}
.part-7{
	text-align: center;
	padding: 60px 0 60px;
	overflow: hidden;
}
.part-7 h1{
	color: #fff;
}
.newsList li{
	text-align: justify;
	width: 48%;
	height: 175px;
	margin-right: 2%;
	padding: 20px;
	background: #fff;	
	float: left;
	margin-bottom: 25px;
}
.newsList li:nth-child(2n){margin-right: 0;}
.newsList li:hover{
	background: #3057a4;
	color: #fff;
}
.newsList li:hover a{
	color: #fff;
}
.newsList li:hover a:hover{
	text-decoration: underline;
}
.newsList li img{
	width: 170px;
	height: 115px;
	float: left;
	margin-right: 20px;
}
.newsList li p{
	width: auto;
	text-align: right;
	float: right;
	color: #ccc;
	margin-top: 10px;
}
.newsList li h4{
	font-weight: bold;
}
.newsList li:nth-child(even){
	margin-left: 20px;
}

/*contacts us*/
.index-contact{
	width: 100%;
	text-align: center;
	height:auto;
	/*background: url(../img/contactusbg.jpg) no-repeat;*/
	padding: 70px 0;
	color: #333;
	overflow: hidden;
}
.index-contact h1{
	font-size: 30px;
	font-weight: bold;
}
.orangeColor{
	color: #f0851a;
	font-weight: bold;
	font-size: 16px;
}
.contactfk{
	width: 252px;
	height: 50px;
	margin-top: 50px;
	font-size: 26px;
	color: #aad6f7;
	text-align: center;
	border: 1px solid #3798e3;
	line-height: 50px;
}
.index-contact ul{
	margin-top: 20px;
}
.index-contact ul li{
	width: 23%;
	margin-right: 2%;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	padding-top: 24px;
	float: left;
}
.index-contact ul li:last-child{margin-right: 0;padding-top: 0;margin-top: -27px;}
.index-contact ul li a{
	color: #333;
}
.index-contact ul li span{
	font-size: 40px;
}
.index-contact ul li p{
	margin-top: 15px;
	font-size: 16px;
}
.index-contact ul li:hover{
	border: none;
	background: #3057a4;
}
.index-contact ul li:last-child:hover{background: #fff;}
.index-contact ul li:hover span,.index-contact ul li:hover p{color: #fff;}

.copyright{
	height: 60px;
	background: #3057a4;
	color: #fff;
}
.copyright .container{line-height: 60px;}
.copyright a{color: #fff;}

@-webkit-keyframes twinkling{ 
0%{ 
opacity: 0.5; 
} 
100%{ 
opacity: 1; 
} 
} 
@keyframes twinkling{ 
0%{ 
opacity: 0.5; 
} 
100%{ 
opacity: 1; 
} 
}

footer{
	background: #333;
	width: 100%;
	height: auto;
	padding: 50px 0 10px 0;
	text-align: center;
	color: #ccc;
	overflow: hidden;
}
footer a{
	color: #ccc;
}
.foot-menu{float: left;width: 56%;border-right: 1px #423f3f solid;margin-right: 4%;}
.foot-menu ul li{
	text-align: left;
	float: left;
	width: auto;
	min-width: 18%;
	margin-right: 1%;
}
.foot-menu ul li h4{
	font-size: 16px;
	margin-bottom: 20px;
}
.logofoot{width: 40%; float: left;text-align: left;}
.logofoot img{width: 100%;}
.copy-line{
	width: 100%;
	height: 10px;
	border-top:1px solid #626262;
	margin-top: 20px;
}
.copy-right{
	width: 100%;
	text-align: center;
}

/*---------------------service-------------*/
.w-service-fixed{position:fixed; bottom:50%; right:20px; margin-bottom:-160px; z-index:2000; font-size:14px;}
.bg_s_default{ background:#363636;}
.color_s_default{color:#363636;}
.w-service-fixed .service-item{width:46px; height:46px; line-height:46px; margin-bottom:2px; position:relative; text-align:center;}
.w-service-fixed .service-item .service-popc{ position:absolute; right:46px; top:0; width:0; overflow:hidden; text-align:left; color:#fff; }
.w-service-fixed .service-item .service-popc .item{text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;overflow: hidden;}
.w-service-fixed .service-item .service-popc a{ color:#fff; text-decoration:none; display:block;text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;overflow: hidden;}
.w-service-fixed .service-item:hover .service-popc{ width:180px;transition: width 0.2s;-moz-transition: width 0.2s;-webkit-transition: width 0.2s; -o-transition: width 0.2s; }
.w-service-fixed .service-item .service-popc a:hover{ opacity:0.75; *filter:alpha(opacity=75); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);;}
.w-service-fixed .service-item .service-popc .service-popc-in{padding:10px 13px 11px; line-height:1.5; background: #363636;}

.w-service-fixed .service-item-qrCode .service-popc{ top:auto; bottom:0;}
.w-service-fixed .service-item-qrCode .qrCodeImg img{ max-width:100%;}
.w-service-fixed .icon_service{ display:inline-block; *display:inline; *zoom:1; width:35px; height:35px; background:url(../img/icon_service.png) no-repeat; vertical-align:middle;}
.w-service-fixed .icon_service_qq{ background-position:0 0;} 
.w-service-fixed .icon_service_tel{ background-position:0 -35px;}
.w-service-fixed .icon_service_msn{ background-position:0 -70px;}
.w-service-fixed .icon_service_qrCode{ background-position:0 -105px;}
.w-service-fixed .icon_service_whatsApp{ background-position:0 -70px;}
.w-service-fixed .icon_service_skype{ background-position:0 -175px;}
.w-service-fixed .icon_service_wangWang{ background-position:0 -210px;}
.w-service-fixed .icon_service_email{background-position:0 -245px;}
.w-service-fixed .icon_service_msn{background-position:0 -280px;}
.w-service-fixed .service-item-top{ cursor:pointer; display:none;}
.w-service-fixed .service-item-top .fa-caret-up{ position:absolute; top:-10px; left:18px; font-size:16px; }
.w-service-fixed .service-item-top .top{ color:#fff; font-size:15px;}
.w-service-fixed .ic_s{ display:inline-block; *display:inline; *zoom:1; width:25px; height:25px; background:url(../img/ic_s.png) no-repeat; vertical-align:middle; margin-right:5px;}
.w-service-fixed .ic_s_qq{ background-position:0 0;} 
.w-service-fixed .ic_s_tel{ background-position:0 -25px;} 
.w-service-fixed .ic_s_msn{ background-position:0 -50px;} 
.w-service-fixed .ic_s_whatsApp{ background-position:0 -50px;}
.w-service-fixed .ic_s_skype{ background-position:0 -125px;}
.w-service-fixed .ic_s_wangWang{ background-position:0 -150px;}
.w-service-fixed .ic_s_email{ background-position:0 -175px;}
.w-service-fixed .ic_s_msn{ background-position:0 -200px;}


/*inside page style*/
.bread-menu{
	clear: both;
	height: 45px;
	text-align: center;
	margin: 70px auto 40px;

}
.bread-menu>ul{
	width: auto;
	margin: 0 auto;
	height: 55px;
	overflow: hidden;
	text-align: center;
}
.bread-menu ul li{
	float: left;
	width: auto;
	min-width: 135px;
	text-align: center;
	font-size: 16px;
	height: 40px;
	padding: auto 15px;
	line-height: 40px;
	color: #fff;
	margin: auto 10px;
	background: #f5f5f5;
	border-radius: 5px;
}
.bread-menu ul li:hover,.bread-menu ul .ac{
	background: #3057a4;
}
.bread-menu ul li a{
	color: #333;
}
.bread-menu ul li a:hover,.bread-menu ul li:hover a,.bread-menu ul .ac>a{
	color: #fff;
}


.main-exhome{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0 0 40px;
	text-align: justify;
	overflow: hidden;
}

.main-title{
	padding-top: 60px;
	padding-bottom: 30px;
	background: #fff;
}
.main-title h1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.main-title .title-item{
	font-size: 40px;
	color: rgba(0,141,230,0.3);
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.product-main{
width: 1400px;
height: auto;
margin: 1px auto 0 auto;
}

.title-menu{
	margin: 40px 0;
}
.title-menu h1{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-menu{
	    width: 100%;
    height: auto;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 20px 30px;
    background: #f2f2f2;
    overflow: hidden;
}
.product-menu ul{
	position: relative;
	float: left;
	left: 50%;
}
.product-menu ul li span{
	font-size: 16px;
	color: #666;
	-webkit-animation: twinkling 1.5s infinite ease-in-out ;
}
.product-menu ul li{
	position: relative;
	right: 50%;
	width:auto;
	/*min-width: 125px;*/
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	padding:0 15px;
}
.product-menu ul li a{
	color: #333;
	margin-left: 10px;
}
.pac{
	background: #3057a4;
	color: #fff;
}
.product-menu ul li:hover{
	border: 1px #3057a4 dashed;
}
.product-menu ul li a:hover,.product-menu ul li:hover a,.product-menu ul li:hover span{
	color: #3057a4;
}
.pac,.pac a,.pac span{
	color: #fff !important;
}

/*products list*/
.location-bread {
    clear: both;
    margin-bottom: 20px;
    margin-top: 30px;
}

.product-list ul li{
	width:24%;
	overflow: hidden;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 25px;
	float: left;
	background: #f2f2f2;
}
.product-list ul li:hover{
	background: #3057a4;
}
.product-list ul li:hover a{
	color: #fff;
}
.product-list ul li:nth-child(4n){
	margin-right: 0;
}
.product-list ul li img{
	width:130%;
	height: auto;
	margin-left: -50px;
}
.product-list ul li p{line-height: 60px; margin-top: -8px;}

.bxslider li img{width: 100%;}
.productList{margin-top: 30px;}
.prolist-pic {
    margin: 0 30px 20px 0;
    /*width: 500px;
    height: 325px;*/
    float: left;
}

.pro-title-name {
    width: auto;
    margin: 0 auto 30px;
    font-size: 25px;
    padding-top: 10px;
    font-weight: bold;
    color: #3057a4;
}
.sample-item{overflow: hidden;}

.culturep1{width: 58%;margin-right: 2%;margin-bottom: 50px;float: left;}
.culturep2{float: left; margin-top: 20px;width: 40%;}
.culturep3{float: left; margin-top: 20px;width: 58%;}
.culturep4{float: right;width: 39%; margin-left: 1%; margin-bottom: 20px;}

@media (max-width:1400px){
.product-main{
	width: 100%;
	height: auto;
	margin: 1px auto 0 auto;
}
	
}

/*phone show*/
@media (max-width:960px){
	.w-service-fixed{
		display: none;
	}	
	.product-list{
	margin: 0 0 30px 8px;
}
.aboutleft{
	width: 100%;
	margin-right: 0;
	float: none;margin-top: 20px;
}

.aboutright{
	width: 100%;
	float: none;
}
.aboutleft img{
	width: 100%;
}
.copyright{height:auto;overflow: hidden;text-align: center;}
.copyright .container{line-height:27px;}
.logofoot{width: 100%;margin-bottom: 50px;}
.logofoot img{width: 75%;}

.culturep1{width: 100%;margin-right: 0;margin-bottom:0;}
.culturep2{width: 100%;}
.culturep3{float: left; margin-top: 20px;width: 100%;}
.culturep4{float: right;width: 100%; margin-left: 0; margin-bottom: 0;margin-top: 0;}

}

 .page{
	text-align: center;
	margin-bottom: 30px;
}

.in-prolist-info,.in-newslist-info {
	clear: both;
	padding: 20px;
	text-align: justify;
	/*margin-top: 30px;*/
	padding-top: 30px;
	background: #f2f2f2;
}
.in-prolist-info table,.in-newslist-info table {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right-width: 0!important;
	border-bottom-width: 0!important;
	width: 100%!important;
	background: #fff!important;
	jerry: expression(cellSpacing="0");
	border-collapse: separate;
	border-spacing: 0px;
	text-align: center;
}
.in-prolist-info table td, .in-prolist-info table th,.in-newslist-info table td, .in-newslist-info table th {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left-width: 0!important;
	border-top-width: 0!important;
	padding: 5px 3px 5px 3px;
	background: #fff!important;
	vertical-align: middle;
}
/*phone show*/
@media (max-width:960px){
	
	.in-prolist-info {
	width: auto;
	margin-right: 0;
	padding: 0 5px;
}
.in-prolist-info table,.in-newslist-info table{
	border:#ccc 1px solid;
	border-width:1px 0 1px 1px ;
	width:99.5%!important;
 }
.in-prolist-info td,.in-prolist-info th,.in-newslist-info td,.in-newslist-info th{
	border:#ccc 1px solid; 
	border-width:1px 1px 0 0;
	padding:0;
	word-wrap:break-word; 
	word-break:break-all;
	width:auto!important;
	text-align:center!important;
}
.in-prolist-info img,.in-newslist-info img{
	width: 95%;
}
	
	.w-service-fixed{
		display: none;
	}	
}
.newsin {
	/*padding: 70px 0;*/
}

.newsin-list {
	margin: 0 8px;
}

.newsin-list li {
	width: 100%;
	padding: 35px 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.newsin-list li:after {
	display: block;
	content: '';
	clear: both;
}

.newsin-img {
	width: 315px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.newsin-img img {
	width: 100%;
	transition: all ease 2s;
}

.newsin-img:hover img {
	transform: scale(1.1);
}

.newsin-list li .newsin-right {
	display: block;
}

.newsin-list li .rightAll {
	padding-left: 25px;
	position: relative;
	float: right;
	width: 930px;
}

.newsin-list li .rightAll strong {
	display: block;
	font-size: 16px;
}

.newsin-list li .rightAll p {
	margin-bottom: 35px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsin-date {
	display: inline-block;
	margin: 10px 0;
}

.newsin-date img {
	margin-right: 5px;
	margin-bottom: 2px;
}

.from img {
	margin-right: 5px;
	margin-bottom: 5px;
}

.newsin-list .more {
	display: block;
	width: 100px;
	height: 30px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	background-color: #3057a4;
	border: 1px solid #3057a4;
}

.newsin-list .more:hover {
	background-color: #fff;
	color: #3057a4;
}
.page-next, .page-pre {
    line-height: 35px;
    border: 1px solid #eae9e9;
    text-align: center;
    padding: 0 10px;
    background: #fff;
}
.page-next {
    /* margin-top: 30px !important; */
    margin-bottom: 5px;
    float: left;
}
.page-pre {
    float: right;
    width: auto;
}

/*荣誉资质*/
.width80{
	width: 80%;
}
.in-prolist1 ul li {
	/*width: 43%!important;*/
	margin: 0 10px 15px 0!important;
}
.honor-list {
	
}
.honor-list li {
	width: 24%;
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}
.honor-list li:nth-child(4n){
	margin-right: 0;
}
.honor-list li img {
	width: 100%;
	height: auto;
	display: block;
}
.honor-list li .pro-t {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
} 
/*  列表标题隐藏 */
.fancybox-opened .fancybox-title {
	display: none;
}/* 点击放大后的隐藏 */

/* contact us  */
.map-iframe{
	float: left; margin-right: 20px; width: 55%;
}

.address-part{
 float: left; width: 40%;
}
.liuyan{
	clear: both; width: 100%; float: left;  line-height:35px; height:35px; margin:30px 0 5px; text-indent:5px;
}

@media (max-width:960px){
/*honor*/	
.width80{
	width: 100%;
}
.honor-list ul li, .in-prolist1 ul li {
	margin: 0 10px 15px 0!important;
}
.honor-list {
	margin-left:0;
}
.honor-list li {
	width: 49%;
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}
.honor-list li:nth-child(2n){
	margin-right: 0;
}
	.page{margin-bottom: 0;}
.map-iframe{
 margin-right: 0; width: 100%;
}
.address-part{
 width: 100%;
}
.liuyan{
	display: none;
}
.liuyan-table{
	display: none;
}
.newsin-img {
    width: 100%;
    margin-right: 0;
}
.newsin-img {
    width: 100%;
    margin-right: 0;
}
.newsin-list li .rightAll {
    padding-left: 0;
    width: 100%;
}
}
@media (max-width:1000px){
/*about us*/	
	.part-3{
	margin-top: 30px;
	padding-bottom: 40px;
	}
	.part-3 .part3-item,.part-4 .part4-item,.part-6 .part6-item,.part-7 .part7-item{
	margin-bottom: 20px;
	}
	/*products*/

	.part-4,.part-6{
		background: #333;
		padding: 30px 0 30px;
	}
	.part-4{
		height: auto;
		overflow: hidden;
	}
	.pro-class{
	font-size: 14px;
	}
	.part-4 ul li{
		width: 50% !important;
		height: auto;
		float: left;
		overflow: hidden;  
	}
	
	.part-4 ul li div{
		position:relative;
		height: 30px;
		font-size: 14px;
		margin-top: -10px;
		text-align: center;
		margin-bottom: 10px;
		padding: 0px;
		z-index: 66;
	}
	.productslider li img{
		width: 150%;
		height: auto;
		margin-left: -50px;
	}
	.part-4 ul li div span{
		display: none;
	}
	.productslider li{
		width: 50%;
		height: auto;
		float: left;
		text-align: center;
		overflow: hidden;
	}
	/*application*/
	.part-5{
		padding: 30px 0 30px;
	}
	.part-5 ul li{
		width: 49%;
	}
	.banner_boxMask{
		background-color: rgba(51,51,51,0.2);
	}
	
	.banner_boxMask div {
		font-size: 60px;
	    margin: 30px 0 20px;
	    color: #fff;
	    /*outline: 1px solid #FFF;*/
	}
	.banner_boxMask p{
		color: #fff;
	}
	.banner_boxText {
		display: none;
	}
	
	/*workshop*/
	.part-6{
	width: 100%;
	height: auto;
	background: #fff;
	margin-bottom: 20px;
	}
	.part-6 ul{
		width: auto;
		margin: 0 auto;
	}
	.part-6 ul li{
		float: left;
		width: 49%;
	}
	.part-6 h1{
		color: #333;
	}
	.part-6 ul li:nth-child(3n){margin-right: 1%;}
	.part-6 ul li:nth-child(2n){margin-right: 0;}
	/*contacts us*/
	.index-contact{
		display: none;
	}

	footer{
		    padding: 40px 0 10px 0;
	}
	
	.bx-pager{
		display: none;
	}
		
}
@media (max-width:1200px){
/*projects*/
	.projects-title{
		background: #184388;
		width: 100%;
		height: auto;
		padding: 40px 0;
		margin-bottom: 30px;
	}
	.projects-title h1{
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
	}
	.project-item{
		font-size: 40px;
		color: rgba(204,204,204,0.9);
		text-align: center;
		margin-top: 10px;
	}
	.projects-right{
		margin-top: 30px;
		color: #fff;
		padding-left:0;
		text-align: justify;
	}
	.projects-right ul li{
		width: 30%;
		float: left;
		margin-right: 10px;
		margin-top: 20px;
	}
	.projects-right ul li:nth-child(3n){
		margin-right: 10px;
	}
	/*news*/
	.part7-bg{
		background: #333;
	}
	.part-7{
		text-align: center;
		padding: 30px 0 0;
	}
	.newsList li{
		text-align: justify;
		width: 100% !important;
		height: auto;
		padding: 20px;
		background: #fff;	
		float: left;
		margin-bottom: 25px;
	}
	.newsList li:hover a:hover{
		text-decoration: underline;
	}
	.newsList li img{
		width: 170px;
		height: 115px;
		float: left;
		margin-right: 20px;
	}
	.newsList li:nth-child(even){
		margin-left: 0;
	}
}	


  .pc-show{
    display:block;
  }
  .phone-show{
  	display: none;
  }
  @media (max-width:960px){
  	  .pc-show{
    display: none;
  }
  .phone-show{
  	display:block;
  }
  	}

/*内页手机版*/
@media (max-width:1000px){
	.bxslider{
		width: 100%;
		overflow: hidden;
	}
	.bxslider li img{
		width:130%;
		margin-left: -50px;
	}
	
	.bread-menu{
	clear: both;
	height: auto;
	text-align: center;
	margin: 30px auto 20px;
	width: 100%;
	overflow: hidden;
	}
	.bread-menu>ul{
		width: auto;
		height: auto;
	}
	.bread-menu ul li{
		min-width: 100px;
		font-size: 16px;
		padding: auto 10px;
		line-height: 35px;
		color: #fff;
		margin: 5px;
		border-radius: 5px;
	}
	.bread-menu ul li:hover,.bread-menu ul .ac{
		background: #3057a4;
	}
	.bread-menu ul li a{
		color: #333;
	}
	.bread-menu ul li a:hover,.bread-menu ul li:hover a,.bread-menu ul .ac>a{
		color: #fff;
	}


	/*产品中心*/
	.product-main{
		width: 100%;
		clear: both;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.title-menu{
		margin: 8px;
	}
	.title-menu h1{
		font-size: 20px;
	}
	
	.product-menu{
		width: 100%;
		height: auto;
		margin-bottom: 0;
		padding:0 10px;
	}
	.product-menu ul{
		position: relative;
		float: left;
		left: 50%;
		margin: 15px auto;
	}
	.product-menu ul li span{
		font-size: 16px;
	}
	.product-menu ul li{
		width:auto;
		min-width: 90px;
		float: left;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 16px;
		border: 1px solid #ccc;
		margin: 5px 5px 5px 0;
	}
	.product-menu ul li a{
		color: #333;
		margin-left: 0;
	}
	.product-menu ul li:hover,.pac{
		background: #3057a4;
		border: none !important;
	}
	
	/*products list*/
	.location-bread{
		clear: both;
		margin-top:0 ;
		margin-bottom:0;
		margin-left: 8px
	}
	
	.productList{padding: 0 8px;}
	.product-list ul li{
		width:48%;
		height:auto;
		overflow: hidden;
		text-align: center;
		margin: 0 5px 5px 0;
		padding-bottom: 0px;
	}
	.product-list ul li:hover{
		background: #333;
	}
	.product-list ul li:hover a{
		color: #fff;
	}
	.product-list ul li:nth-child(3n+3){
		margin-right: 5px;
	}
	.product-list ul li img{
		width: 280px;
		height: 180px;
		margin-left: -60px;
	}
	.product-list ul li p {
	    line-height: 40px;
	    margin-top: 0;
	}
	.prolist-pic {
	    margin:0;
	}
	.prolist-pic img{width: 100%;}
	.pro-title-name {
	    width: auto;
	    margin: 0 auto 30px;
	    font-size: 25px;
	    padding-top: 10px;
	    font-weight: bold;
	    color: #3057a4;
	}
	.sample-item{overflow: hidden;}
	
	
	
	
	.main-title{
		padding-top: 30px;
		padding-bottom: 20px;
		background: #fff;
		clear: both;
		overflow: hidden;
	}
	.main-title h1{
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		color: #333;
	}
	.main-title .title-item{
		font-size: 40px;
		color: rgba(1,104,183,0.3);
		text-align: center;
		margin-bottom: 30px;
	}

}

/*产品搜索*/
.search-form{
	float: right;
	width: 50%;
	margin-top:-50px;
}
.keycss{
	width: 50%;
	float: right;
	background: none;
	border:1px solid #dddcdc;
	height: 40px;
	padding: 5px;
	margin-top: -40px;
	margin-bottom: 0;
}	
.btn-inner{
	float: right;
}
.btn-inner .bt_sa{
	float: right;
	height: 40px;
	border:1px solid #ccc;
	border-left: none;
	background: #f2f2f2;
	position: relative;
	top:-40px;
	z-index: 111;
}
@media (max-width:1000px){
	.search-form{
	clear: both;
	width: 100%;
	height: auto;
	margin-top: -25px;
}
.keycss{
	width: 100%;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0;
}	
.btn-inner .bt_sa{
	float: right;
	position: relative;
	top:40px;
	z-index: 111;
}
}

/*手机端底部三图片*/
.footer-a1 {
	padding-bottom: 0;
}

.footer-a2 {
	padding-bottom: 50px;
}

	.position {
		display: none;
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0px;
		z-index: 1001;
		background: #323232;
	}
	
	.innerWrapper {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: relative;
		padding: 0;
	}
	
	.innerWrapper a {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 33.3333%;
	}
	
	.position .innerWrapper a img {
		display: block;
		margin: 0 auto;
	}
	@media (max-width:960px){
	.position {
		display: block;
	}
	.topLogBox{margin-bottom:40px;}
	}
	
@media screen and (min-width: 1001px) and (max-width: 1200px){
body{
	overflow-x: auto;
}
	/*contacts us*/

.index-contact ul li{
	width: 210px;
	height: 140px;
	border: 2px solid #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 24px;
	float: left;
	margin:0 10px;
}
.index-contact ul li a{
	color: #fff;
}
.index-contact ul li span{
	font-size: 40px;
}
.index-contact ul li p{
	margin-top: 15px;
	font-size: 16px;
}
.index-contact ul li:hover{
	border: none;
	background: #f0851a;
}
	footer>.container>.col-lg-2{
		display: none;
	}
}
